home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / imagestu.readme < prev    next >
Text File  |  1995-08-23  |  7KB  |  208 lines

  1. Short:    Image processing program v2.2.0 Part 2 of 2
  2. Author:   Andy Dean and Graham Dean
  3. Uploader: adean@eleceng.ucl.ac.uk
  4. Type:     gfx/conv
  5.  
  6.    This document applies to version v2.2.0 of ImageStudio which is
  7. Copyright (C) 1994,1995 Andy Dean and Graham Dean.
  8.  
  9. Important Points
  10. ----------------
  11.     o    The Aminet distribution of ImageStudio comes in two
  12.         archives named "ImageStudio_1.lha" and
  13.         "ImageStudio_2.lha". Both archives are needed for a
  14.         full installation, although "ImageStudio_2.lha"
  15.         currently only contains the documentation and
  16.         example pictures.
  17.  
  18.     o    "ImageStudio_1.lha" should be unarchived onto a FFS
  19.         floppy disk named "ImageStudio_1" and similarly for
  20.         the "ImageStudio_2.lha" file in order for the install
  21.         script to work correctly.
  22.  
  23.     o    Registered users of v1.x.x of ImageStudio can upgrade
  24.         to a fully functional version 2.2.x from this
  25.         distribution.
  26.  
  27. New for v2.2.0
  28. --------------
  29. o    More loaders and savers: Datatype, IFF-DEEP,
  30.     PNM (PBM, PGM, PPM), QRT (DKB, POV), SGI, TIFF, VMEM.
  31.  
  32. o    Colour preview.
  33.  
  34. o    Modular internal viewer, including better support for
  35.     non-AGA Amigas.
  36.  
  37. o    Utility for recovering virtual memory files after a
  38.     system crash.
  39.  
  40. o    A printed and illustrated manual is now available.
  41.  
  42. o    The unregistered version now crops to 512x512 rather than
  43.     250x250.
  44.  
  45. Brief description
  46. -----------------
  47.    ImageStudio is written for the casual graphics user who wishes to
  48. convert or manipulate various graphics formats on a modest Amiga
  49. system. There are several commercial offerings available, however the
  50. casual user is paying a lot of money for many facilities and options
  51. they would probably never use.
  52.  
  53.    Bitmap graphics, by their nature, usually require large amounts of
  54. RAM. One of the main objectives of ImageStudio was to reduce this
  55. burden by utilising virtual memory - most users have more spare hard
  56. disk space than spare RAM.
  57.  
  58.    ImageStudio works with several buffers at any one time (dependant on
  59. how many levels of undo are specified), each of these buffers can hold
  60. either colour-mapped or 24-bit images.
  61.  
  62.    ImageStudio comes with a fully featured ARexx port, which allows the
  63. writing of macro scripts to automate repetative processes and also
  64. allows communication with other ARexx aware programs. Again, ARexx has
  65. the reputation of being "something pretty difficult", so we've
  66. simplified the use of ARexx in ImageStudio by allowing the user to
  67. create, edit and run scripts entirely within ImageStudio - ImageStudio
  68. even provides a blank template as a starting point for each new script.
  69.  
  70. Machine requirements
  71. ====================
  72.  
  73.    ImageStudio requires the following system to run:
  74.  
  75.    * Workbench 2.04 or above.
  76.  
  77.    * Around 1 megabyte of free memory.
  78.  
  79.    * Several megabytes of free hard disk space.
  80.  
  81.    If ImageStudio is run on an AGA machine (A1200 or A4000), it will
  82. use the new display modes and palette routines to improve the quality
  83. of the internal viewer images.
  84.  
  85. List of features
  86. ================
  87.    General:
  88.    * Full 24-bit image buffers, with optimizations for colour-mapped
  89.      (palette based) images.
  90.    * Up to 100 levels of undo / redo.
  91.    * User configurable virtual memory.
  92.    * Fully font sensitive interface.
  93.    * Fully featured, easy to use, ARexx interface.
  94.    * User saveable preferences.
  95.    * Operations applicable to the whole image or a selected region.
  96.    * Up to 256 greyshade or colour preview window (with optional dither).
  97.    * Zoom on preview window.
  98.    * Internal / external viewers (external for third party 24-bit
  99.      graphics cards).
  100.    * Loading / saving / manipulating of AGA image formats (e.g. 256
  101.      colours, HAM8) on non-AGA machines.
  102.    * Max image size of 32000 x 32000 (cropped to 512 x 512 in the
  103.      unregistered version).
  104.    * Copy / paste to / from the system clipboard.
  105.    * Runs on all Workbench 2.04+ Amiga's - utilises AGA chipset if
  106.      available.
  107.    * Online AmigaGuide help, as well as ASCII, TeX `.dvi' and
  108.      PostScript documentation.
  109.    * Printed and illustrated manual available separately.
  110.    * Multi-level help error requesters.
  111.    * Standard Workbench2 interface.
  112.    * Public screen.
  113.    * Requires no third party libraries or utilities.
  114.  
  115.    Import:
  116.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  117.      halfbright, ILBM24)
  118.    * IFF-DEEP
  119.    * BMP
  120.    * Datatype
  121.    * GIF (conforming to GIF87a and GIF89a)
  122.    * JPEG (conforming to JFIF standard)
  123.    * PCX
  124.    * PNM (PBM, PGM, PPM)
  125.    * QRT (DKB, POV)
  126.    * SGI
  127.    * Targa
  128.    * TIFF
  129.    * VMEM
  130.  
  131.    Export:
  132.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  133.      halfbright, ILBM24)
  134.    * IFF-DEEP
  135.    * BMP
  136.    * EPS
  137.    * GIF (conforming to GIF87a and GIF89a including transparent colour)
  138.    * JPEG (conforming to JFIF standard)
  139.    * PCX
  140.    * PNM (PBM, PGM, PPM)
  141.    * QRT (DKB, POV)
  142.    * SGI
  143.    * Targa
  144.    * TIFF
  145.    * VMEM
  146.  
  147.    Colour Balance:
  148.    * All operations are available to the R,G,B components separately.
  149.    * Brightness (0% to ±00%)
  150.    * Contrast (non to full)
  151.    * Gamma ( + and - )
  152.  
  153.    Convolution:
  154.    * Many supplied convolution filters.
  155.    * User definable convolutions, load and save to disk.
  156.  
  157.    Effects:
  158.    * Built in effects: Dynamic range expansion, FlipX, FlipY, RollX,
  159.      RollY, Negative, Greyscale, Highlight, Shadow, Random, Pixelize,
  160.      Remove isolated pixels.
  161.  
  162.    Scale:
  163.    * Crop to selected region.
  164.    * Increase / decrease scale by percentage or absolute image size.
  165.    * Simple scale or colour averaged.
  166.  
  167.    Colour reduction:
  168.    * Increase colour mapped images to 24-bit.
  169.    * Decrease number of colours in 24-bit or colour mapped images via
  170.      Heckbert median cut algorithm.
  171.    * Dithers available for colour reduction: None, Floyd-Steinberg,
  172.      Burkes, Stucki, Sierra, Jarvis, Stevenson-Arce.
  173.  
  174.    Palette:
  175.    * Edit palette colours and ranges.
  176.    * Save current palette.
  177.    * Force palette onto current image, dithering if necessary (all
  178.      dithers available).
  179.  
  180. Shareware version
  181. =================
  182.  
  183.    To encourage users to register, the freely distributable version of
  184. ImageStudio will crop pictures to 512x512 pixels. All other operations
  185. are available.
  186.  
  187. The authors
  188. ***********
  189.  
  190.    ImageStudio is written by Andy Dean and Graham Dean.
  191.  
  192.    Queries and orders should be sent to Graham at:
  193.  
  194.      Graham Dean,
  195.      14 Fielding Avenue,
  196.      Poynton,
  197.      Stockport,
  198.      Cheshire.
  199.      SK12 1YX
  200.      ENGLAND
  201.  
  202.    Andy can be reached for queries (no orders) via Internet Email at:
  203.  
  204.      adean@eleceng.ucl.ac.uk
  205.  
  206. Note: This Email address may change after September 1995. The postal
  207.     address will remain valid.
  208.